lcTIN_GetNearPoint Home

Retrieves TIN point which is nearest to the spcified position (X,Y).

 HANDLE lcTIN_GetNearPoint (
   double X,
   double Y
 );

Parameters
X Y
  Request position.

Return Value

  Handle to the found TIN point.
If the function fails, the return value is NULL.